home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / f77-1.4.lha / f77 / HISTORY < prev    next >
Encoding:
Text File  |  1994-10-26  |  1.1 KB  |  25 lines

  1. revision 1.4
  2. date: 1994/10/26 01:37:13;  author: torsten;  state: Rel;  lines: +33 -18
  3. Added NOOPTSIZE OPTTIME switches to sc cmdline when using -O.
  4. Fixed a minor bug in the handling of spawn() return code in f2c().
  5. Removed tmp file stuff from f2c() as it caused more problems
  6. than it was worth, like defeating the purpose of #line directives;
  7. this made the third argument to cc() superfluous, so it was removed, too.
  8. ----------------------------
  9. revision 1.3
  10. date: 1994/10/21 14:53:47;  author: torsten;  state: Rel;  lines: +22 -32
  11. Added NOERRSRC to sc invokation.
  12. Changed -U option to +U (old form still accepted, though).
  13. Added -noext switch to disable extensions to Fortran 77.
  14. Filenames longer than 128 chars will be rejected to avoid
  15. overflowing the buffer used when spawning subprocesses.
  16. ----------------------------
  17. revision 1.2
  18. date: 1994/10/20 10:11:37;  author: torsten;  state: Exp;  lines: +9 -6
  19. Moved redirection in f2c invokation to make things DOS 1.x compatible.
  20. ----------------------------
  21. revision 1.1
  22. date: 1994/10/20 09:53:41;  author: torsten;  state: Exp;
  23. Initial revision
  24.  
  25.